﻿2026-07-01T10:19:53.7888989Z ##[group]Run actions/checkout@v5
2026-07-01T10:19:53.7889485Z with:
2026-07-01T10:19:53.7889837Z   repository: SaberMage/spt-core
2026-07-01T10:19:53.7893576Z   token: ***
2026-07-01T10:19:53.7893924Z   ssh-strict: true
2026-07-01T10:19:53.7894258Z   ssh-user: git
2026-07-01T10:19:53.7894570Z   persist-credentials: true
2026-07-01T10:19:53.7894900Z   clean: true
2026-07-01T10:19:53.7895230Z   sparse-checkout-cone-mode: true
2026-07-01T10:19:53.7895583Z   fetch-depth: 1
2026-07-01T10:19:53.7895902Z   fetch-tags: false
2026-07-01T10:19:53.7896207Z   show-progress: true
2026-07-01T10:19:53.7896540Z   lfs: false
2026-07-01T10:19:53.7896959Z   submodules: false
2026-07-01T10:19:53.7897335Z   set-safe-directory: true
2026-07-01T10:19:53.7897662Z env:
2026-07-01T10:19:53.7897949Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-01T10:19:53.7898311Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-01T10:19:53.7898675Z ##[endgroup]
2026-07-01T10:19:53.9797949Z Syncing repository: SaberMage/spt-core
2026-07-01T10:19:53.9799383Z ##[group]Getting Git version info
2026-07-01T10:19:53.9800103Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-01T10:19:54.0174617Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-01T10:19:54.0375340Z git version 2.43.0.windows.1
2026-07-01T10:19:54.0400588Z ##[endgroup]
2026-07-01T10:19:54.0408506Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\5b9423d0-468e-40de-9e2f-a8b30166ac6e\.gitconfig'
2026-07-01T10:19:54.0422522Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\5b9423d0-468e-40de-9e2f-a8b30166ac6e' before making global git config changes
2026-07-01T10:19:54.0423593Z Adding repository directory to the temporary git global config as a safe directory
2026-07-01T10:19:54.0427267Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-01T10:19:54.0654728Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-01T10:19:54.0840385Z https://github.com/SaberMage/spt-core
2026-07-01T10:19:54.0867166Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-01T10:19:54.0871530Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-01T10:19:54.1065100Z HEAD
2026-07-01T10:19:54.1302064Z ##[endgroup]
2026-07-01T10:19:54.1305614Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-01T10:19:54.5003226Z ##[group]Cleaning the repository
2026-07-01T10:19:54.5008727Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-01T10:19:55.7845799Z Removing target/
2026-07-01T10:19:55.7878782Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-01T10:19:55.8742673Z HEAD is now at 66137930 Merge d819a522816b569ada0165e9481241089db573fc into 461e6fe744d99cb967e052a8ecb3b14bbea3d4f2
2026-07-01T10:19:55.8773062Z ##[endgroup]
2026-07-01T10:19:55.8777481Z ##[group]Disabling automatic garbage collection
2026-07-01T10:19:55.8782827Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-01T10:19:55.9003855Z ##[endgroup]
2026-07-01T10:19:55.9010924Z ##[group]Setting up auth
2026-07-01T10:19:55.9011388Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-01T10:19:55.9221489Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-01T10:19:56.2882358Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-01T10:19:56.3104477Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-01T10:19:56.7055039Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-01T10:19:56.7291625Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-01T10:19:57.1134113Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-01T10:19:57.1408139Z ##[endgroup]
2026-07-01T10:19:57.1408548Z ##[group]Fetching the repository
2026-07-01T10:19:57.1415163Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +66137930bb69e0edaf305018643d6e9bd77ff064:refs/remotes/pull/41/merge
2026-07-01T10:19:57.8064239Z ##[endgroup]
2026-07-01T10:19:57.8064777Z ##[group]Determining the checkout info
2026-07-01T10:19:57.8066108Z ##[endgroup]
2026-07-01T10:19:57.8070819Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-01T10:19:57.8336452Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-01T10:19:57.8547869Z ##[group]Checking out the ref
2026-07-01T10:19:57.8552792Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/41/merge
2026-07-01T10:19:57.8892317Z HEAD is now at 66137930 Merge d819a522816b569ada0165e9481241089db573fc into 461e6fe744d99cb967e052a8ecb3b14bbea3d4f2
2026-07-01T10:19:57.8912650Z ##[endgroup]
2026-07-01T10:19:57.9151539Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-01T10:19:57.9356750Z 66137930bb69e0edaf305018643d6e9bd77ff064
